--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit c3699b423153bb872329b765f6872566e7ea94fd
Parents : d141d93
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-24T18:01:24-05:00
feat(android): add notification strings for background service and message alerts
Changes
Diff
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index 0bef3ffe..57f4b3f0 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -3,5 +3,12 @@
<string name="app_name">MeshChatX</string>
<string name="download_saved_meshchatx">Saved to Downloads: %1$s</string>
<string name="download_saved_app_files">Saved: %1$s</string>
+ <string name="notification_channel_background_name">Background</string>
+ <string name="notification_channel_background_desc">Shown while MeshChatX runs when the app is in the background</string>
+ <string name="notification_channel_messages_name">Messages</string>
+ <string name="notification_channel_messages_desc">Incoming LXMF message alerts</string>
+ <string name="notification_background_title">MeshChatX is running</string>
+ <string name="notification_background_text">Reticulum stack active in the background. Tap to return.</string>
+ <string name="notification_new_message_fallback">New message</string>
</resources>
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────